From: Paul Eggert Date: Mon, 31 Jan 2011 08:15:13 +0000 (-0800) Subject: Merge: src/emacs.c now gets version number from configure.in X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4998 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=01c43b86dbbd5d5dfc64cd8ebc106777cf881401;p=emacs.git Merge: src/emacs.c now gets version number from configure.in --- 01c43b86dbbd5d5dfc64cd8ebc106777cf881401 diff --cc src/ChangeLog index 64675e653e7,79500c032cb..6e7b2b753f5 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,8 -1,9 +1,14 @@@ + 2011-01-31 Paul Eggert + + src/emacs.c now gets version number from configure.in + * emacs.c (emacs_version): Set to VERSION so that it + is determined automatically from ../configure.in. + +2011-01-31 Jim Meyering + + * charset.c (load_charset_map): Don't deref NULL on failed malloc. + Use xmalloc rather than malloc. + 2011-01-30 Paul Eggert strftime: import from gnulib